Page History: Walkthrough #1 - Creating a New Custom Script-Based Study
Compare Page Revisions
Page Revision: 2012/02/17 10:50
This walkthrough will show you how to create new script-based studies to add to your charts.
To start, click the Add Study button on the chart to open the Add Study window.
The Add Study window will open. Click the New Custom Study button to create a new script-based study.
The window will change to following:
Here you will select whether you would like to create an overlay or an indicator study. Overlay studies appear on the same chart panel as the price bars and their study values are in prices. Indicator studies appear in their own chart panel separate from the price bars. This cannot be changed after the study is created (name, short name, category and description can be changed at anytime after the study is created.)
Scripts should be given a name (Simple Moving Average), a short name (SMA) and a description.
The category allows you to change where in the list of studies this new study will get grouped. This applies only to indicator studies. All overlay studies are grouped together.
If you do not want to write your script from scratch, but rather start with a pre-defined template you may select a template from the list. Templates are fully functional scripts that you take and modify to suit your needs.
The fields on this window are described as follows:
Create Study Window FieldsField | Description |
---|
Type | Select whether the script will be an overlay or an indicator study. This cannot be changed after the study is created. |
Name | A name for the study. |
Short Name | A short name for the study (e.g. SMA, BB, VOL, etc) |
Category | Determines where this new study will appear in the list of studies in the Add Study window. |
Description | A description of the study and what is does. |
Template | Pre-defined full functional study templates that you can select from so that you don't have to start from scratch. |
Preview | A preview of the selected study template. |
Once you have completed setting up your study, click the Create button to have the study created and added to the list of available studies.
The Add Study will change back to display the list a available studies. The new study you just created will be automatically selected.
Simply click the Add button to add the study to your chart.
A few more words about the Add Study window...
Custom script-based studies appear in blue.
Right-clicking a custom study opens a context menu with additional actions you can take on these studies:
Custom Study Context MenuMenu Item | Description |
---|
Edit Script | Open the script editor to allow you to immediately start editing the script. The study will be added to the chart if it is not already there. |
Export Script | Exports the script to a file. This allows you to share the script with someone else. |
Copy Script | Simply creates a copy of the study. |
Delete Script | Deletes the study permanently. The study will get removed from all charts that are using it. |
Additionally, the Add Study window has an import button. Use this feature to import scripts that you saved off, or sent to you by someone else.
1 | Properties | Brings up the properties for the Quote Board |
2 | Contract Button | Opens up the contract picker window which allow you to add and delete contracts |
3 | Strategy Activation | Click here to choose how many contract months and which strategies you want to display in the market picker when selecting new markets. |